GetFrameOwnerResponse

data class GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId?)

Represents response frame that is returned from DOM#getFrameOwner operation call. Returns iframe node that owns iframe with the given domain.

See also

Constructors

GetFrameOwnerResponse
Link copied to clipboard
fun GetFrameOwnerResponse(backendNodeId: BackendNodeId, nodeId: NodeId? = null)

Properties

backendNodeId
Link copied to clipboard
val backendNodeId: BackendNodeId
Resulting node.
nodeId
Link copied to clipboard
val nodeId: NodeId? = null
Id of the node at given coordinates, only when enabled and requested document.

Sources

jvm source
Link copied to clipboard